home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00024_Script_24 < prev    next >
Text File  |  1999-03-01  |  358b  |  15 lines

  1. on exitFrame
  2.   puppetSprite 8, TRUE
  3.   set the visible of sprite 8 to TRUE
  4.   
  5.   puppetSprite 95, TRUE -- the rewind button
  6.   set the loc of sprite(95) = point(93, 19)
  7.   set the blend of sprite 95 = 0
  8.   puppetSprite 96, TRUE -- the back to intro button
  9.   set the loc of sprite(96) = point(322, 19)
  10.   set the blend of sprite 96 = 0
  11.   
  12.   
  13.   
  14.   
  15. end